-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(behavior_path_start_planner_module): add support for rqt reconfig #6492
feat(behavior_path_start_planner_module): add support for rqt reconfig #6492
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6492 +/- ##
==========================================
- Coverage 14.66% 14.63% -0.04%
==========================================
Files 1900 1900
Lines 130361 130638 +277
Branches 38381 38381
==========================================
Hits 19123 19123
- Misses 89780 90057 +277
Partials 21458 21458
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
Thank you so much for the improvement!
5fb1406
to
d9f9004
Compare
d9f9004
to
9881a06
Compare
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
9881a06
to
2a37942
Compare
2acb840
into
autowarefoundation:main
autowarefoundation#6492) * add support for rqt reconfig Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add missing params to update Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
#6492) * add support for rqt reconfig Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add missing params to update Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
autowarefoundation#6492) * add support for rqt reconfig Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * add missing params to update Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
Description
Add support for rqt reconfigure for the start planner
Tests performed
Tests in PSim:
cap-.2024-02-26-16-36-02.mp4
In the above example, I use a custom script to place the ego vehicle in the same position for each test, at the beggining, both geometric pull out and shift pull out are enabled, then I disable both and call my script to place the start and goal in the same pose, this time, there is no path since both pull out methods are disabled (params updated successfully) , then I enable geometric_pull out and set the ego poses again and a path is generated using geom pull out
Note that the start and goal pose must be placed again after updating parameters.
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.